home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-26 | 583 b | 33 lines | [TEXT/ScoM] |
- ; def-tempo nil = error
-
- (def-length
- v1 '(1/8 -1/8 1/8 -1/8 1/8 -1/8 1/8 -1/8)
- )
-
- (def-symbol
- v1 '(a b c d)
- )
-
- (def-tonality
- v1 (activate-tonality (chromatic c 5))
- )
-
- (def-velocity
- v1 '(30 20 15 20)
- )
-
- (def-zone
- v1 (make-zone '(1/8 -1/8 1/8 -1/8 1/8 -1/8 1/8 -1/8))
- )
-
- ;; set nil to cancel 120 default tempo, no tempo will be written
- ;; this won't work with MidiShare player, but can probably load
- ;; with other sequencers. This depends on the implementation on
- ;; how they deal with tempo track.
-
- (def-tempo nil)
-
- (compile-instrument-p "ccl;output:" "test2d"
- v1
- )
-